home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / vbcc / doc / History < prev    next >
Text File  |  1998-08-02  |  49KB  |  1,078 lines

  1. vbcc is (c) in 1995-97 by Volker Barthelmann
  2.  
  3. (cga68k):  changes in the code generator for amiga68k/unix68k
  4. (cgi386):  changes in the code generator for i386
  5. (cgppc):   changes in the code generator for ppc
  6. (cgalpha): changes in the code generator for alpha
  7. (cla68k):  changes in the C library for amiga68k
  8. (vca68k):  changes in the compiler frontend for amiga68k
  9. (vcu68k):  changes in the compiler frontend for unix68k
  10.  
  11.  
  12. Changes since V0.6c
  13.  
  14. - included scheduler for ppc by Frank Wille (vscppc)
  15. - added support for scheduler to vc
  16. - bug fix: -1/a != -a (ouch!)
  17. - bug fix: folding of KONST|DREFOBJ was broken with optimization
  18. - some work on memory-cse
  19.  
  20. Changes since V0.6b
  21.  
  22. - added support for unsigned int size_t
  23. - added small data support for PPC (cgppc)
  24. - started code generator for c16x
  25. - added __near, __far, __chip and __saveds for 68k+PPC (cgm68k/cgppc)
  26. - added support for target-specific variable attributes
  27. - started small data support for PPC (cgppc)
  28. - improved caching of memory contents
  29. - Julian Kinraid adapted vconfig to new vc (vca68k)
  30. - warning 164 is not displayed if a function is called
  31. - bug fix: update is not allowed with rA==rD (cgppc)
  32. - changed external reference in tan.s (m040.lib) to non-pc-relative (cla68k)
  33.  
  34. Changes since V0.6a
  35.  
  36. - bug fix: fp-expressions with constants were sometimes rearranged
  37.            even without -fp-associative
  38. - bug fix: nested function-calls with stack-arguments and ORDERED_PUSH
  39. - several small changes to libvc.a/libm.a by Frank Wille (cla68k/clappc)
  40. - better use of loads with offsets (cgppc)
  41. - better tmpnam provided by A. M. Jorge (cla68k/clappc)
  42. - fwrite buffered now (clppc)
  43. - bug fix: there was a problem with GETRETURN
  44. - bug fix: bugs with argument passing in registers fixed
  45. - bug fix: a bug with TEST and UNSIGNED was introduced
  46. - bug fix: __reg without explicit type-/storage-class-specifier
  47. - bug fix: const float/double sometimes causes "#fp-constant"-problem (cgm68k)
  48. - added -double-push
  49. - negative values in reg_parm used for passign arguments in regs and stack
  50. - added -cf to vc
  51. - bug fix: format string for error 101 was broken
  52. - bug fix: conversions unsigned long->pointer in data-reg were broken (cgm68k)
  53. - bug fix: TEST without following branch could cause internal error (cgm68k)
  54. - new alib by Stephen Williams added
  55. - extra argument to reg_parm added, alpha/ppc cgs modified (cgalpha/cgppc)
  56. - bug fix: __reg was ignored in function-definitions with HAVE_REGPARMS
  57. - bug fix: switch_statement has to clear nocode
  58.  
  59. Changes since V0.6
  60.  
  61. - bug fix: functions returning structs
  62. - bug fix: str(n)icmp in extra.lib (cla68k/clappc)
  63. - added some simple elimination of redundant compare/bccs
  64. - added loop-unrolling for certain loop-invariant number of iterations
  65. - fixed names of some dos-varargs-functions in vargs.h (cla68k/clappc)
  66. - -use-lmw added (cgppc)
  67. - some work on -peephole (cgppc)
  68. - bug fix: signed right-shifts (cgppc)
  69. - newmalloc made standard (cla68k)
  70. - fixed some bugs in addressing (cgm68k)
  71. - BeginIO added to libamiga.a
  72. - fixed certain type-conversions (cgppc)
  73. - some bug fixes (cgalpha)
  74. - added NOEXE to config-files using PhxAss
  75. - bug fix: replaced buggy strncpy (cla68k/clappc)
  76. - support for stack-frames larger than 32KB added (cgppc)
  77. - some changes in the code-generator for ppc (cgppc)
  78. - new pasm can replace branches >16bit (config-files changed)
  79.  
  80. Changes since V0.5k
  81.  
  82. - -ml option added to vc
  83. - remove() and rename() added (clappc)
  84. - vc accepts +file anywhere now
  85.  
  86. Changes since V0.5j
  87.  
  88. - -setccs added (cgppc)
  89. - bug fix: some bugs for ppc fixed (cgppc)
  90. - bug fix: problems with SUBPFP in ic.c
  91. - bug fix: do_refs() had problems with pointer-constants (cgm68k)
  92. - bug fix: similar problem for i386 (cgi386)
  93. - obsolete EOF-check in main() removed
  94. - format for -cc/-ccv changed (vc)
  95. - + does not need the full path anymore (vc)
  96.  
  97. Changes since V0.5i
  98.  
  99. - fixed minor bugs in strcmp, strncmp and memcmp (cla68k,clappc)
  100. - fixed certain problems with regargs
  101. - some bug-fixes (cgppc,cgalpha)
  102. - bug-fix: KONST|DREFOBJ was incorrectly propagated as constant
  103. - hacked fd2lib to create libcall-includes (cla68k)
  104.  
  105. Changes since V0.5h
  106.  
  107. - -ul added to vc
  108. - -no-regnames added (cgppc)
  109. - changed gen_cond() void
  110. - support for struct-return and HAVE_REGPARMS
  111. - several bug-fixes (cgppc,cgalpha)
  112. - removed debugging-output in printzul
  113. - warning 208 extended to simple endless loops
  114. - cyclic dependencies in load_reg_parms are handled now
  115. - several bug fixes (cgppc)
  116.  
  117. Changes since V0.5g
  118.  
  119. - argument-registers were assigned before rewriting array/function-types
  120. - r2 is reserved (cgppc)
  121. - warning 168 is no more displayed for main()
  122. - bug-fix: alignment of floating-point-constants not always ok (cgppc,cgi386)
  123. - bug-fix: sub const with short types (cgppc)
  124. - function-inlining works with register-parameters
  125. - added stdarg-support (cgppc)
  126. - leaf-functions don't creat a stack-frame (cgppc)
  127. - some bug fixes (cgppc)
  128. - several changes in handling of alignments
  129. - added support for modulo (cgppc)
  130. - some modifications on alignments (cgm68k,cgppc)
  131. - -amiga-align added (cgppc)
  132. - mysupp included in extra.lib (cla68k)
  133. - some docs updated
  134. - added memread_id, memwrite_id and memwrite_completely to vsc.h
  135. - added inline-assembly-functions
  136.  
  137. Changes since V0.5f
  138.  
  139. - added examples of stdarg.h into the codegen-docs
  140. - -save-fp added (cgi386)
  141. - bug fix: conversions int<->char and %esi etc. (cgi386)
  142. - warning 170 turned off by default
  143. - bug fix: corrected prototype for strerror() (cla68k)
  144. - no-builtins added (cgalpha)
  145. - added some builtin faunctions (cgalpha)
  146. - ?: now works with non-scalars
  147. - dtgen is easier to use when not building a cross-compiler
  148. - __typeof added
  149. - conversions of DREFOBJ sometimes generated illegal assembly on
  150.   alpha (cgalpha)
  151.  
  152. Changes since V0.5e
  153.  
  154. - cg_copyright added
  155. - increased default-values for unroll-size and inline-size
  156. - some changes for PPC (cgppc)
  157. - bug fix: declarations with empty identifiers were accepted
  158. - bug fix: read_config() read one byte too much in vc (vc)
  159. - bug fix: warning 226 added
  160. - some optimizations for Alpha (cgalpha)
  161. - more conservative handling of copy-propagation and structs/unions
  162. - better handling of alignment of compund types
  163. - bug fix: local_regs() generated duplicate FREEREGs if a register
  164.            was exchanged in free_hreg()
  165. - bug fix: moveq was used incorrectly sometimes (cgm68k)
  166. - bug fix: problems with must_convert() for m68k (cgm68k)
  167. - bug fix: sometimes scratch registers were reused too early with
  168.            a op= b
  169.  
  170. Changes since V0.5d
  171.  
  172. - added warnings 224 and 225
  173. - bug fix: parsing of format-strings works better now
  174. - inlined calls don't increase <function_calls>
  175. - some work on the code-generator for alpha
  176. - bug fix: function-inlining didn't work with register parameters
  177. - clearing am before gen_dc
  178.  
  179. Changes since V0.5c
  180.  
  181. - new Makefile
  182. - better support for crosscompilers and emulation of data types
  183. - bug fix: several bugs fixed
  184. - a68k/amiga68k became m68k
  185.  
  186. Changes since V0.5b
  187.  
  188. - bug fix: corrupt alias info in frequency-reduction
  189. - bug fix: loop1 in flow.c
  190. - bug fix: arith_opt() converted uninitialized var
  191. - uses ffree for i386 (cgi386)
  192. - added supp.h/c; started to separate C-specific parts
  193.  
  194. Changes since V0.5a
  195.  
  196. - setvbuf works better now (cla68k)
  197. - bug fix: float/double->unsigned char/short works correct with FPU now (cga68k)
  198. - -longalign added (cgi386)
  199. - bug fix: mieee.lib closed wrong library (cla68k)
  200. - bug fix: typo in default rule of Makefile
  201. - added warning 222
  202. - bug fix: addressing-modes with 68020+ (cga68k)
  203. - bug fix: local register allocation when optimizing
  204. - bug fix: create_loop_headers had problems with empty basic blocks
  205. - bug fix: enforcer hit and incorrect warnings in certain while- and
  206.            for-expressions when optimizing
  207. - bug fix: parsing of certain declarations was buggy
  208.  
  209. Changes since V0.5
  210.  
  211. - loop-unrolling now works with multiple ccs
  212. - work on the ppc code generator (cgppc)
  213. - bug fix: old-style function-definitions with '...' didn't give a diagnostic
  214. - bug fix: missing ',' in function calls didn't give a diagnostic
  215. - bug fix: certain missing brackets around initializers didn't give a
  216.            diagnostic
  217. - bug fix: in certain cases wrong code for divisions was generated (cgi386)
  218. - bug fix: optimizing local register allocation had problems with USEQ2ASZ
  219. - local_regs() tries to use best reg with SETRETURN
  220. - started support for default argument passing in registers
  221. - bug fix: rearranging of array-accesses was buggy with DREFOBJs
  222. - bug fix: loading of parameters into registers was sometimes wrong if there
  223.            was a jump to the first basic block after optimization
  224. - bug fix: casting to void and conditional-expressions with void caused
  225.            problems
  226.  
  227. Changes since V0.4f
  228.  
  229. - bug fix: there was a bug with local register allocation and optimizing
  230. - bug fix: t_max[CHAR] was wrong :-) (cga68k, cgi386, cgppc)
  231. - ixemul-support updated (cla68k)
  232. - bug fixed: initialized arrays with unspecified size always increased size
  233.              of stack frame
  234. - work on the i386 code generator (cgi386)
  235. - fixed bug with register parameters and optimizer
  236. - a4 is saved when geta4 is called (cga68k)
  237.  
  238. Changes since V0.4e
  239.  
  240. - small improvements on the i386 code generator (cgi386)
  241. - bug fix: minor bug in loop-unrolling with TEST
  242. - bug fix: there was a check missing in type_expr/CALL
  243. - bug fix: do not use addressing modes if base register was freed (cga68k)
  244. - added new m040.lib by Aki M Laukkanen (cla68k)
  245. - added elf-support and -elf option to i386 code generator (cgi386)
  246. - bug fixed: _ctype_.c in vcs.lib had been built with large data (cla68k)
  247. - __reg added
  248. - added support for parameter passing in registers
  249. - small changes in local optimizing register allocation
  250.  
  251. Changes since V0.4d
  252.  
  253. - arguments for mieee-functions are passed in different order now; rebuilt
  254.   mieee.lib (cga68k, cla68k)
  255. - changed directory-structure, Makefile and frontend
  256. - bug fixed: certain struct initializations got the alignment wrong (bug
  257.              was probably introduced recently)
  258. - included new PhxLnk
  259. - included startup-code for ixemul.library by Frank Wille
  260. - changed default vc.config (-Ivinclude: put at the end)
  261. - better error handling when parsing enums
  262. - fixed a bug with struct-assigns and improved them a bit (cga68k)
  263. - moved a } in killsp()
  264. - slightly better error-handling of function-declarations
  265. - warning 121 only applies to storage-class extern
  266. - bug fixed: declaration for remove() was missing in stdio.h (cla68k)
  267. - bug fixed: extra ','s in function calls cause a diagnostic now
  268. - added a missing ';' in vconfig-sources
  269. - added missing includes and removed incorrect ',' in vbrowse-sources
  270.  
  271. Changes since V0.4c
  272.  
  273. - bug fixed: delayed-popping was corrupt in certain cases (cga68k, cgi386)
  274. - cleanup_cg() added
  275. - shortcut() added
  276. - fixed bug in the optimzer (av.c and regs.c)
  277. - modified handling of character-constants with multiple chars
  278. - cleaned up a lot of internal things and using the target's arithmetic
  279.   where necessary - required changes in the code generators
  280. - simple-regs will assign scratch-registers again if no functions are called
  281. - fixed bug in simple-regs
  282.  
  283. Changes since V0.4b
  284.  
  285. - -no-multiple-ccs added
  286. - warning 119 is not displayed for static vars any more
  287. - bug fixed: global copy propagation probably didn't really do anything
  288. - better support for multiple condition code registers
  289. - started code-generator for ppc
  290. - changed directory-structure
  291.  
  292. Changes since V0.4a
  293.  
  294. - bug fixed: the new PUSH still didn't work ok in all cases (cga68k)
  295. - bug fixed: certain (useless) comparisons between unsigneds and constants
  296.              generated wrong code
  297.  
  298. Changes since V0.4
  299.  
  300. - bug fixed: isalpha must not be true for anything but a-z/A-Z (cla68k)
  301. - new PhxLnk
  302. - bug fixed: aliasing info was incorrect in some mustconvert-cases
  303. - bug fixed: the assert-macro didn't work (cla68k)
  304. - bug fixed: the offset of addressing modes was not cleared generating
  305.              problems with the new PUSH (cga68k)
  306. - bug fixed: assign() had problems with qualified floats/doubles (cga68k)
  307.  
  308. Changes since V0.3i
  309.  
  310. - rebuilt libraries with -O2 (cla68k)
  311. - warning 216 added
  312. - bug fixed: initializations of structs containing unnamed bitfields were
  313.              not handled correctly
  314. - [f|s]printf and [f|s]scanf are always recognized if declared correctly
  315. - modified cp.c to use aliasing info
  316.  
  317. Changes since V0.3h
  318.  
  319. - bug fixed: aliasing info with arrays and structs wasn't always correct
  320. - #pragma opt added
  321. - added __v0[s|f]printf to vc.lib and modified stdio.h (cla68k)
  322. - added replacing printf/scanf-like functions
  323. - warning 215 added
  324. - warning 214 added
  325. - looking at format strings of printf/scanf and similar functions
  326. - #pragma printflike/scanflike added
  327. - handling of #pragma changed a bit
  328. - warning 213 added
  329. - bug fixed: calls strlen, strcpy and memcpy were inlined even if they had
  330.              no external linkage
  331. - warning 212 added
  332. - warning 211 added
  333. - bug fixed: t_max[UNSIGNED|LONG] wasn't set correctly (cga68k)
  334. - warning 210 added
  335. - warning 170 displays line number
  336. - INIC supported for error-messages
  337. - changed ierror-macro and eliminated multiple __FILE__-expansions reducing
  338.   size of executable a bit
  339. - improved debugging output (cga68k)
  340. - vc prints size of generated executable with -v (vca68k)
  341. - vc puts temporary files in T: unless -notmpfile is specified (vca68k)
  342. - improved debugging output (cga68k)
  343. - added geta4() (cla68k)
  344. - moved a few killsp()s
  345. - added elementary source-level-debugging helps (cga68k)
  346. - added -g to activate symbol-debugging with PhxAss (cga68k)
  347.  
  348. Changes since V0.3g
  349.  
  350. - bug fixed: ceil() and floor() have been missing in m881.lib (cla68k)
  351. - bug fixed: prototype for fputs was wrong (cla68k)
  352. - improved pushing of larger objects (cga68k)
  353. - added chdir() to extra.lib (cla68k)
  354. - bug fixed: sometimes dc.l xyz(a4) was generated (cga68k)
  355. - fixed some memory-leaks with alias-info
  356. - bug fixed: always_reached was not reliable
  357. - bug fixed: frequency-reduction sometimes created the wrong type if a
  358.              computation (but not the whole IC) was moved
  359. - slightly modified calc_movable()
  360. - used old version of always_reached again
  361. - address-of struct/union/array ICs were sometimes not moved out of loops
  362. - redesigned handling of used/changed objects and aliasing information
  363.  
  364. Changes since V0.3f
  365.  
  366. - bug fixed: space for at least one var on the stack has been allocated
  367.              even if no var was ever used
  368. - changed optimizing register assignment slightly
  369. - bug fixed: type-based alias-optimization wasn't always correct
  370. - bug fixed: the new reaching-definitions did not handle compound types
  371. - bug fixed: strength-reduction created problems with certain configurations
  372.              of nested loops and splittable induction-vars
  373. - bug fixed: strength-reduction of x-ind_var did not negate the induction
  374. - vbcc built itself, vc and vcpp succesfully under NetBSD-Amiga 1.1
  375. - alignment of arrays in structures now depends on the array type
  376. - rebuilt mieee.lib, vc.lib and vcs.lib to use new return type passing (cla68k)
  377. - modified returning of larger types and added -no-fp-return and
  378.   -no-mreg-return (cga68k)
  379. - returning of structures in registers is allowed
  380. - 8bit constants are copied in registers for 060 again (cga68k)
  381. - elimination of a dead GETRETURN does not count as a change any more
  382. - moved the computation of areached out of the frequency-reduction-loop
  383. - made printing of fp-constants a bit better (cga68k)
  384. - added -gas (cga68k)
  385. - bug fixed: in certain cases a TEST #const was generated
  386. - included new fd2lib/MakeALIB.script/DoPktn.c by Johnny Tevessen
  387. - removed some gcc-specific-#includes from amiga.lib (cla68k)
  388. - modified representation of reaching-definitions and its use in
  389.   constant-propagation and frequency-/strength-reduction
  390. - bug fixed: declaration for fputs() was missing in stdio.h (cla68k)
  391. - added -no-alias-opt
  392. - alias-analysis by type added; currently used in:
  393.   - active-variable-analysis
  394.   - reaching-definitions-analysis
  395.   - available-expression-analysis
  396.  
  397. Changes since V0.3e
  398.  
  399. - changed vbrowse to be compatible with new error-mechanism
  400. - changed error-mechanism somewhat
  401. - added -iso
  402. - meaning of -ansi changed
  403. - strength-reduction uses the same induction variable for equivalent
  404.   operations now
  405. - bug fixed: another one with addressing-modes (cga68k)
  406. - bug fixed: end of basic blocks was not always correctly recognized and
  407.              illegal addressing modes could have been used when optimizing
  408.              (cga68k)
  409. - minor changes to time.h (cla68k)
  410. - lea is sometimes used for ADDI2P/SUBIFP (cga68k)
  411. - improved use of postincrement (cga68k)
  412. - pea is used with addressing-modes now (cga68k)
  413. - constant 0s are not copied into data registers any more (cga68k)
  414. - changed global register-allocation; starts with outermost loops and works
  415.   a bit different now
  416. - bug fixed: if/while/for did generate corrupt code if the condition was
  417.              constant 0 and the body contained a labeled-statement
  418. - bug fixed: simple_regs() did assign variables to scratch-registers even
  419.              if the function contained function-calls sometimes
  420. - bug fixed: there was a hardcoded sizeof(POINTER)==4 in szof()
  421. - bug fixed: changed the init-value for local_offset from 4 to maxalign
  422.              and adapted probj2()
  423. - some peephole-optimizations added
  424. - -fp-associative added
  425. - bug fixed: ICs with one source equal to the target were considered as a
  426.              use(gen) preventing elimination of such ICs in loops
  427. - bug fixed: sometimes branch-instructions were moved incorrectly
  428. - strength-reduction added
  429. - bug fixed: peephole() did some not-so-nice things when folding pointer
  430.              operations; probably not fatal in 68k code-generator
  431. - moved some parts from machine.c to other files and made the separation
  432.   of machine-dependent parts somewhat nicer
  433.  
  434. Changes since V0.3d
  435.  
  436. - bug fixed: frequency-reduction (and perhaps cse, too) got the type of
  437.              added temporaries wrong for ADDRESS/ADDI2P etc.
  438. - bug fixed: sometimes the test in for/while loops was corrupt if it contained
  439.              type-conversions in optimizing compilation
  440. - bug fixed: function-inlining did complain about functions returning struct
  441. - bug fixed: there was a problem with copy-propagation and structs
  442. - bug fixed: labs() was called abs() (cla68k)
  443. - added inlining of several functions to the header files (cla68k)
  444. - bug fixed: vbcc tried to inline varargs functions which usually resulted
  445.              in an error
  446. - frequency-reduction added
  447. - bug fixed: constant folding when optimizing did a division by zero when
  448.              folding a floating-point division with ]-1;0[ v ]0;1[
  449. - bug fixed: the 32bit division functions in vc.lib were buggy and got in
  450.              an (almost) endless loop with certain arguments; as vbcc
  451.              uses them it could get stuck when folding certain constants.
  452. - bug fixed: certain definitions haven't been set correctly at the start
  453.              of a function leading to wrong reaching definitions and corrupt
  454.              constant propagation in some cases
  455. - bug fixed: copy propagation did replace argument of ADDRESS
  456. - vc passes -+ through to vcpp (vca68k)
  457.  
  458. Changes since V0.3c
  459.  
  460. - vbcc accepts a space after '=' in its option (used by vc)
  461. - improved copy propagation; it was very conservative sometimes
  462. - bug fixed: there were parentheses missing somewhere in cp.c
  463. - bug fixed: restoring of scratch registers after function-calls was buggy
  464.              in optimizing compilation
  465. - distributed Makefile should be ready to use with vbcc now, Makefile.generic
  466.   should be easy to use with another compiler
  467. - polished Makefiles (added rules for vbccs etc.)
  468. - -o option of vc works with intermediate files, too (vca68k)
  469. - extra.lib included in source tree (cla68k)
  470. - vconfig included in source tree
  471. - bug fixed: the putc-macro in stdio.h wasn't ok, I think (cla68k)
  472. - vcpp was configured to accept C++-comments by default - this has been
  473.   corrected; add '-+' to the -pp lines in vc.config if you insist
  474. - -strip-path added
  475. - vc and vbcc accept -o=executable now
  476. - changed the call to vcpp in vc.config (no stdout-redirection any
  477.   more) (vca68k)
  478. - bug fixed: mysupp.c closed dup'ed files twice (cla68k)
  479. - replaced strstr in vc.lib by a version written by Kasper Graversen (cla68k)
  480. - -dontkeep-initialized-data causes vbcc not to keep initialized data in
  481.   memory and can therefore reduce memory consumption
  482. - warning 118 is no ANSI-violation
  483. - warning 207 added
  484. - checking of type-specifiers/qualifiers is now more strict
  485. - changed text for error 58
  486. - bug fixed: some initializations with additional braces were rejected
  487. - some minor changes to vc.doc (vca68k)
  488. - changed text for error 93 (errors.h, errors.doc, VBCCMessages.guide)
  489. - bug fixed: register assignment in optimizing compilation made errors
  490.              due to wrong BRA interpretation
  491.  
  492.  
  493. Changes since V0.3b
  494.  
  495. - minor changes to loop.c
  496. - bug fixed: fread didn't always return correct results (cla68k)
  497. - bug fixed: there were some 'extern's missing in vbc.h causing e.g. the
  498.              old problems with source layout
  499. - rebuilt vcpp to allow more than 10 open files (ouch!)
  500. - bug fixed: under certain circumstances global common subexpressions
  501.              were not replaced correctly if use and one evaluation were
  502.              in the same basic block
  503.  
  504.  
  505. Changes since V0.3a
  506.  
  507. - vc.lib/vcs.lib/mieee.lib/m881.lib/m040.lib/vbcc/vc rebuilt
  508. - div/ldiv should be conforming now
  509. - ungetc should now work even if it is the first action to a stream (cla68k)
  510. - fflush(0) only affects files in output mode (cla68k)
  511. - removed const qualifier from the ctype-array (cla68k)
  512. - changed the ctype-functions to use the array (cla68k)
  513. - added #definition of NULL to stdio.h (hope that's correct) (cla68k)
  514. - changed several stdio-functions and added line-buffering (cla68k)
  515. - bug fixed: setbuf/setvbuf was broken (cla68k)
  516. - bug fixed: vbrowse didn't ask for gadtools.library V39
  517. - vbrowse opens a window that fits on a standard workbench by default now
  518. - bug fixed: there was a bug in newmalloc.c (cla68k)
  519. - bug fixed: included new version of the pooled memory routines for amiga.lib
  520.              and rebuilt amiga.lib; hopefully works with OS2.0 now (cla68k)
  521. - bug fixed: struct-declaration-structs have been freed too early; current
  522.              solution is not very nice, but should work
  523. - bug fixed: there should not be restrictions on the source layout any more
  524.              (problem with look-ahead fixed)
  525. - bug fixed: identifiers longer than MAXI could cause problems
  526. - bug fixed: passing incomplete types to functions without prototypes did
  527.              not cause a diagnostic
  528. - changed the internal representation of structs/unions/prototypes
  529.   - some non-conforming things in the source corrected
  530.   - hardcoded limit for struct sizes etc. eliminated
  531.   - type of incomplete structs should be ok now
  532. - bug fixed: code after an always false if etc. wasn't generated even if
  533.              it contained a label
  534.  
  535.  
  536. Changes since V0.3
  537.  
  538. - vc passes options starting with -D or -I through to the preprocessor -
  539.   the format for -pp/-ppv has changed (vca68k)
  540. - vc writes names of objects for the linker to a temporary file if they are
  541.   very long (vca68k)
  542. - vc supports option -nostdlib to prevent linking with standard-startup/libs
  543.   additional entries -l2/-l2v are necessary in vc.config (vca68k)
  544. - bug fixed: perror was called prerror in the library - ouch; Make-scripts
  545.              changed and vc.lib/vcs.lib rebuilt (cla68k)
  546. - bug fixed: perror-prototype was incorrect (cla68k)
  547. - added missing prototype for strerror() to string.h (cla68k)
  548. - added missing prototype for strtok() to string.h (cla68k)
  549. - rebuilt amigas.lib and vcs.lib (cla68k)
  550. - bug fixed: constant data in code-sections was addressed via a4 with -sd
  551.              (cga68k)
  552. - bug fixed: conversion between pointers and integers may not be omitted in
  553.              most cases (cga68k)
  554. - branches after TEST unsigned are changed now and tst may be omitted (cga68k)
  555. - rebuilt amiga.lib (cla68k)
  556. - bug fixed: fd2lib didn't work with varargs-functions expecting the
  557.              argument-list in a data register (cla68k)
  558. - added several varargs-functions to fd2lib (cla68k)
  559. - edited the Make#?lib.scripts (cp->copy, *.c->#?.c) (cla68k)
  560. - added a few xdefs to amiga.lib (cla68k)
  561.  
  562.  
  563. Changes since V0.2v
  564.  
  565. - changed the version number :-)
  566.  
  567.  
  568. Changes since V0.2u
  569.  
  570. - rebuilt vc.lib and vcs.lib
  571. - bug fixed: the vbcc-compiled cpp did not close opened files; now the
  572.              routines in mysupport.c close all opened files at exit
  573. - bug fixed: there was still an error that caused wrong line numbers to be
  574.              printed in messages when an external preprocessor was used
  575. - compiling with NO_OPTIMIZER #defined and linking without av.o, cp.o, cse.o,
  576.   flow.o, loop.o and rd.o produces a smaller executable that doesn't
  577.   include the global optimizer
  578. - compiled the cpp from the lcc-distribution with vbcc and changed vc.config
  579.   to call this one rather than dcpp (vca68k)
  580. - bug fixed: removed some float.h scratch from limits.h (cla68k)
  581. - bug fixed: some code generation errors fixed (cga68k)
  582. - bug fixed: addressing-modes were sometimes used where they shouldn't (cga68k)
  583. - bug fixed: sometimes wrong code was generated for a op= b; expressions
  584. - bug fixed: some optimizer routines sometimes called mymalloc(0) which
  585.              caused mymalloc to abort with C-libraries returning a null
  586.              pointer; fixed by changing the size to 1 in mymalloc (not
  587.              very nice, but simple)
  588. - added alternative malloc-routines that use the Amiga's AllocPooled-Rotuines
  589.   (libsrc/stdlib/newmalloc) (cla68k)
  590. - bug fixed: in the handling of switch-statements the addressing-mode-pointers
  591.              were set to zero too early and therefore later overwritten
  592.              with scratch
  593. - bug fixed: in some places memory that was already free'd was accessed under
  594.              certain circumstances
  595. - replacing multiplications by shifts was not done in recent versions (cga68k)
  596. - some minor code generation improvements (cga68k)
  597. - bug fixed: copies of local auto variables of inlined functions got
  598.              non-empty identifiers which caused corrupt code generation
  599.              under certain circumstances
  600. - bug fixed: function-inlining didn't work with return-values that must be
  601.              passed via pointer
  602. - bug fixed: variables in IDENTIFIER-nodes were searched with find_var()
  603.              in gen_code() again, rather than using a copy from
  604.              type_expression(); this generated corrupt code in certain cases
  605.              of function-inlining
  606. - rebuilt showerr and tovbr using small-data with new PhxLnk
  607. - added special inlining of strlen() and strcpy()
  608. - bug fixed: the amiga68k code generator assumed long-alignment with
  609.              inline_memcpy
  610. - bug fixed: tst may not be omitted if operand is unsigned (cga68k)
  611. - bug fixed: inline_memcpy was not only used when optimizing
  612. - bug fixed: the line number displayed in diagnostics were sometimes wrong
  613.              if an external preprocessor with # <line> "file" was used
  614. - bug fixed: function inlining messed up labels of static local vars
  615.  
  616.  
  617. Changes since V0.2t
  618.  
  619. - removed any 060-specific modulo-handling again (060 has div?l.l) (cga68k)
  620. - some minor code generation improvements with arithmetic instructions and
  621.   constants (cga68k)
  622. - warning for not correctly handled empty struct-declarations added
  623. - bug fixed: initializations of incomplete structs resulted in infinite
  624.              error loops
  625. - improved diagnostics regarding incomplete types
  626. - bug fixed: nested calls to inlined functions were broken
  627. - address-of instructions are subject to common-subexpression-elimination
  628. - bug fixed: function-inlining sometimes assigned the arguments to the wrong
  629.              variables
  630. - #pragma only-inline on/off added
  631. - some associativity optimizations are done with ADDI2P, too
  632.  
  633.  
  634. Changes since V0.2s
  635.  
  636. - some minor changes and bug fixes on vbrowse
  637. - program showerr added
  638. - bug fixed: if the return value was moved to an address register this was
  639.              supposed to set the condition codes (cga68k)
  640. - addq #const,a7 is no longer supposed to destroy condition-codes (cga68k)
  641. - bug fixed: sometimes the popping of function arguments was moved before
  642.              a call (cga68k)
  643. - added #pragma type to display the type of an expression
  644. - bug fixed: declarations of functions within functions were buggy in 0.2r,
  645.              because the prototype of the inner function was freed to early
  646. - bug fixed: vbcc assumed that "fmove.l fpx,ea" sets condition-codes for
  647.              ea (cga68k)
  648. - bug fixed: TEST-instructions were omitted even if the type was different
  649.              (could probably only happen with dirty things) (cga68k)
  650. - bug fixed: offsets for temporary buffers for scratch-registers were
  651.              sometimes incorrectly calculated (only without optimizing);
  652.              scanf() of the recent mieee.lib and m040.lib versions was
  653.              broken due to that bug
  654. - bug fixed: string constants are only allowed as initalizers for array of
  655.              char now
  656. - bug fixed: handling of long float/double is now a bit better
  657. - changed flags of a few error messages
  658. - bug fixed: problem with unexpected end of file errors fixed and some
  659.              improvements in killsp() and translation_unit()
  660. - function calls are never separated from the corresponding PUSHs now (this
  661.   might confuse the delayed popping of code-generators)
  662. - if all successors of a block have the same instruction at the beginning
  663.   it is moved to the predecessor in certain cases
  664. - space for local variables is better used in optimizing compilation now
  665. - function inlining doesn't increase label-numbers any more
  666. - handling of local registers and pointer dereferencing improved a bit
  667.   (temporary vars that get dereferenced should almost always be
  668.   assigned a proper register now)
  669. - bug fixed: rearranging of array-accesses was buggy in 0.2s
  670. - bug fixed: a previous declaration of a function was not visible in the
  671.              function definition in 0.2s
  672. - changed the ctype macros a bit (cla68k)
  673. - bug fixed: use of addressing modes was buggy in 0.2s (therefore the
  674.              last mieee.lib was broken) (cga68k)
  675. - code generation for modulo improved for 020+ (incl. 060) (cga68k)
  676.  
  677.  
  678. Changes since V0.2r
  679.  
  680. - bug fixed: conversions between unsigned<->floating point should now
  681.              always be correct with mieee.lib (cga68k) (cla68k)
  682.              mieee.lib rebuilt
  683. - if -noasm is specified the .asm file is no longer created
  684. - gen_vars() now does not create output if there were errors or -noasm
  685.   was specified (this also fixes a bug that created infinite internal
  686.   errors after certain corrupt initializers)
  687. - bug fixed: vbcc did not correctly recognize if opening of the input file
  688.              failed in V0.2q/r
  689. - some optimizations to improve array accesses
  690. - VARADR objects are subject for copy propagation now
  691. - add/sub with constant addresses gets folded (opt only)
  692. - divsl.l is not used when -cpu=68060 is selected (cga68k)
  693. - switch-statements can be implemented by SUB/TEST/BEQ sequences rather
  694.   than COMPARE/BEQ sequences (selectable with SWITCHSUBS)
  695. - bug fixed: no error for duplicate case labels was printed
  696. - bug fixed: detecting of loops did identify loops with jumps out of
  697.              the loop as normal loops
  698. - bug fixed: scope of function prototypes should now be correct
  699. - bug fixed: function parameters were not marked as DEFINED and therefore
  700.              redefinition of function parameters did not cause errors
  701.  
  702. Changes since V0.2q
  703.  
  704. - if several basic blocks have the single same successor and the last
  705.   last instruction of those statements is identical it is moved to the
  706.   common successor
  707. - for CPUs>=68040 8bit constants are not copied to registers (cga68k)
  708. - popping of function arguments is done one instruction before a TEST inst.
  709.   (I thought this was necessary to avoid certain tst-instructions, because
  710.   my manual says addq #x,a7 changes condition codes - however this seems
  711.   to be wrong) (cga68k)
  712. - Thorsten Schaaps' preprocessor integrated into vbcc
  713.   files vbpp.h and preproc.c added
  714. - new options:
  715.   - -nested-comments allows nested comments (not ANSI conforming)
  716.   - -cpp-comments allows C++ style comments (not ANSI conforming)
  717.   - -macro-redefintion allows redefinition of macros (not ANSI conforming)
  718.   - -no-trigraphs prevents expansion of trigraphs (not ANSI conforming)
  719.   - -no-preprocessor prevents use of the bultin preprocessor
  720.   - -E only preprocesses the file to <file>.i
  721.  
  722.  
  723. Changes since V0.2p
  724.  
  725. - bug fixed: strncat() did not append a 0, but behaved like strncpy (cla68k)
  726. - bug fixed: sizeof(uncomplete type) did not cause an error message
  727. - bug fixed: wrong code was generated for ?: if the condition evaluated
  728.              to a scratch-var pointing somewhere
  729. - bug fixed: pointer:0 and 0:pointer was not allowed in conditional-exp
  730. - bug fixed: delayed popping produced wrong code with nested function calls
  731. - support for #line directive of most preprocessors added
  732. - several additions made to must_convert()  (cga68k)
  733. - realloc() added to vc.lib (cla68k)
  734. - target-specific optimization options have been separated from the
  735.   -O flag
  736. - the Amiga68k code generator now accepts the following flags to replace
  737.   the former corresponding flags in the -O option:  (cga68k)
  738.   - -use-framepointer
  739.   - -no-addressing-modes
  740.   - -no-delayed-popping
  741. - bit 12 (4096) in -O activates function inlining; previously defined
  742.   functions are inlined in their caller, depending on the size of the
  743.   function
  744. - new option -inline-size can be used to in-/decrease the number of
  745.   functions to be inlined; default=30 - higher values mean more functions
  746.   get inlined
  747.  
  748.  
  749. Changes since V0.2n/0.2o
  750.  
  751. - new option -optpasses=n sets the maximum number of optimizer passes
  752. - bug fixed: ADDI2P with a short integer sometimes was not converted if the
  753.   target was a data register
  754. - constant data is placed in the code sections as long as -const-in-data
  755.   is not specified (cga68k)
  756. - m040.lib started (cla68k)
  757. - unnecessary tst instructions are sometimes eliminated (cga68k)
  758. - constants -128<=x<128 are not copied in a register for SETRETURN and PUSH
  759. - COMPARE x,#0 should now always be converted to TEST x
  760. - bug fixed: a label-statement at the end of a block caused an error
  761. - bug fixed: sometimes still used type node was freed in alg_opt
  762. - bug fixed: unsigned function arguments were sometimes converted to signed
  763. - calling scheme for ieee and ldiv functions changed (cga68k)
  764. - usage of addressing modes with ieee and ldiv functions prohibited (cga68k)
  765. - bug fixed: files opened for append were deleted, oops (cla68k)
  766. - use of addressing modes slightly changed (cga68k)
  767. - modf, ldexp and frexp added to mieee.lib and m881.lib (cla68k)
  768. - bug fixed: unsigned integers were not allowed in case labels
  769. - bug fixed: push problem
  770. - bug fixed: cmp x,#0 was sometimes converted to tst x without changing the
  771.   following branching instruction (cga68k)
  772. - for and while loops are generated differently when optimizing is
  773.   activated (first testing of the loop condition can sometimes be deleted)
  774. - bug fixed: isquickkonst2 now tests for 0<x<=8 rather than 0<=x<=8 (ouch) (cga68k)
  775. - a>>0=a<<0=a and a few other algebraic optimizations added
  776. - insert_const2() added and insert_const() changed
  777. - saverestoreregs() now has a stack for the pushed register-lists (cga68k)
  778.   (removed again, because saveregs/restoreregs has now been removed and
  779.    mechanism changed)
  780. - bug fixed: delayed popping of function arguments corrected (cga68k)
  781. - delayed popping and omitting of framepointer can now be turned on
  782.   separately (256 for framepointer, 512 for delayed popping)
  783. - bug fixed: stackoffset was sometimes incorrectly calculated
  784. - internal mechanism for passing function return values changed, structure
  785.   returns should be reentrant now
  786.   some library routines may have to be recompiled
  787.   mieee.lib was rebuilt to use the new mechanism (cla68k)
  788. - op a,b->scratchvar; move scratchvar->c is combined to op a,b->c
  789. - handling of optimizations slightly changed
  790. - bug fixed: open_out() allocated a buffer one byte too small if the input
  791.   file contained no period
  792.  
  793. - bit 2... in -O option activate heavy optimizations
  794.   - scratchvars are not assigned to registers during IC generation
  795.   - labels are optimized and a flowgraph is constructed
  796.   - branches to branches, branches to the following instruction etc. are
  797.     optimised and unreachable code is eliminated
  798.   - constants are propagated and folded
  799.   - common subexpressions are eliminated
  800.   - copies are propagated
  801.   - active variables are analysed and dead assignments eliminated
  802.   - temporary variables are recognized and assigned to registers
  803.   - registers are assigned differently using information on active variables
  804.     and loop structure
  805.  
  806. - new source files added/changed:
  807.   - opt.h : declarations etc. used in optimization routines
  808.   - opt.c : general routines, peephole optimizations and control of
  809.             optimization passes
  810.   - flow.c: construction of flowgraphs, jump optimizations and other
  811.             control-flow related routines
  812.   - regs.c: register allocation
  813.   - av.c  : analysis of active variables and elimination of dead assignments
  814.   - rd.c  : analysis of reaching definitions, constant propagation and
  815.             constant folding
  816.   - cse.c : common subexpression elimination
  817.   - cp.c  : copy propagation
  818.   - loop.c: analysis of loops and optimizations in loops
  819.  
  820. - the following warnings have been added
  821.   - use of variable before its initialization (with optimizer only)
  822.   - dead assignments (opt only)
  823.   - definition of global functions without prior declaration
  824.   - non-void functions without return-statements
  825.   - assignment in comparison context
  826.   - weird code (opt only)
  827.  
  828.  
  829. Changes since V0.2m
  830.  
  831. - if -ansi is specified assignments between differently signed pointers
  832.   will cause an error
  833. - -dontwarn=n disables all warnings if n<0
  834. - -warn option added to enable certain warnings, usage like -dontwarn
  835. - the following warnings have been added
  836.   - implicit function declarations
  837.   - function calls without prototype
  838.   - use of #pragma
  839.   - assignment/cast of integers to narrower type
  840.   - cast of pointer to pointer with stricter alignment requirements
  841.   - redundant comparisons with unsigned values
  842. - stupid, braindead error in codegenerator fixed (wrote to string constant
  843.   and caused segmentation faults on systems with memory protection) (cga68k)
  844. - TimeDelay new in amiga.lib (has to be rebuilt)
  845. - ctype.h now has function prototypes and macros should be ok with negative
  846.   arguments
  847. - macros in stdio.h now accept void* pointers and do some fancy type checking
  848.   (cla68k)
  849. - temporary hack to display correct filename and line number in error
  850.   messages
  851. - vc now handles filenames with spaces and always uses the complete path
  852.  
  853.  
  854. Changes since V0.2l
  855.  
  856. - in conditional-expressions the type of the result was used for the
  857.   generated comparison due to a bug
  858. - ceil() and floor() were added to m881.lib (cla68k)
  859. - flags may be specified more than once
  860. - vbcc does not change argv any more
  861. - output of errors/warnings changed and error/warning-texts put in <errors.h>
  862. - % with powers of two is not replaced by an 'and' any more if the operand is
  863.   signed (cga68k)
  864. - entries in the history-file now in (bad) English rather than German
  865. - -dontwarn option added to suppress certain warnings
  866. - type conversions that are unnecessary on a certain machine may be omitted
  867.  
  868.  
  869. Aenderungen seit V0.2k
  870.  
  871. - bei shifts werden keine arithmetischen Typerweiterungen mehr vorgenommen
  872. - endlose Fehlerschleifen sollten erkannt werden
  873. - Anfang eines SmallCode/SmallData-Modus; -sc und -sd schalten den jeweiligen
  874.   Modus ein; deswegen wird auch vermehrt lea/pea verwendet (cga68k)
  875. - startup.o initialisiert nun a4 fuer den SmallData-Modus (cla68k)
  876. - die xref _LVO aus startup entfernt
  877. - fd2lib geschrieben
  878. - diverse Libraryfunktionen geschrieben (vla68k)
  879. - der rechte Teil einer conditional-expression ist jetzt eine
  880.   conditional-expression (war faelschlicherweise expression)
  881. - Verwaltung der sections etwas geaendert; section=-1 am Anfang (cga68k)
  882. - Fehlerbehandlung verbessert: Initialisierungen von unvollstaendigen
  883.   Strukturen/Unionen, Arrays mit size==0 und nicht vorhandene Identifier
  884. - Fehler bei der Erkennung von Fehler-Endlosschleifen behoben; funktioniert
  885.   aber trotzdem nicht immer
  886. - Workaround fuer den compare-bug; leider nicht sehr schoen
  887. - Warnung bei dem Push-Problem
  888. - Ausdruecke hinter return wurden bemaengelt, wenn die Funktion void war
  889. - Funktionsargumente werden bei -O=256 nicht mehr sofort vom Stack geholt
  890.   sondern, wenn moeglich gesammelt und dann auf einmal
  891.  
  892.  
  893. Aenderungen seit V0.2j
  894.  
  895. - vc ruft jetzt 'FreePhxAss' statt 'CPhxAss' auf (vca68k)
  896. - free() verkraftet 0 (cla68k)
  897. - bei aufgetretenen Fehlern wird der Returncode auf EXIT_FAILURE gesetzt
  898. - keine Fehlermeldung bei Files ohne Funktionsdefinition mehr
  899. - Fehler behoben, der bei Verwendung einer Adressierungsart der Form
  900.   (d,ax,dy.w[*z]) zu unnoetigen internal errors und evtl. Schlimmerem
  901.   fuehrte (&7 vergessen) (cga68k)
  902. - difftime() wird in time.h als Makro definiert (cla68k)
  903. - #undef difftime in difftime.c eingefuegt (cla68k)
  904. - Deklaration von rename() in stdio.h korrigiert (cla68k)
  905. - wird Flag 8 (256) bei -O gesetzt, wird a5 nicht mehr als Framepointer
  906.   benutzt (cga68k)
  907. - "offset out of object"-Meldungen geaendert
  908. - string-Funktionen geaendert (cla68k)
  909. - Fehler bei Registerallocation, der auftrat, wenn der Rueckgabewert nicht
  910.   in einem Register zurueckgegen wird, behoben
  911. - Variablendeklaration geaendert; sollte jetzt korrekter sein und tentative
  912.   definitions besser behandeln
  913. - fehlendes ; in stdlib.h eingefuegt (cla68k)
  914. - bei saveregs vor einem function call wird ein Scratchregister, ueber das
  915.   die Funktion aufgerufen wird, nicht gespeichert
  916. - wenn der compare-Fehler auftritt sollte zumindest ein error gemeldet
  917.   werden (cga68k)
  918. - wenn keine lokalen Variablen benutzt werden, wird kein Platz auf dem
  919.   Stack gemacht (cga68k)
  920. - Berechnung des Alignments fuer Kopierschleife sollte jetzt auch ohne
  921.   Framepointer korrekt sein (cga68k)
  922. - vc stark geaendert und config-file eingefuehrt (vca68k)
  923. - bei Meldungen wird der Filename mit ausgegeben
  924.  
  925.  
  926. Aenderungen seit V0.2i
  927.  
  928. - Verbesserung der Codegenerierung fuer FPU-Operationen (cga68k)
  929. - Problem bei USEQ2ASZ und Zusammenfassen von IC/ASSIGN behoben
  930. - floating point nun auch ohne FPU moeglich, noch nicht 100% fehlerfrei (cga68k/cla68k)
  931. - Anfang einer Mathelibrary fuer die IEEE-Libraries (cla68k)
  932.   FloatingPoint<->UnsignedInteger nicht korrekt
  933. - Fehler bei switch(UNSIGNED) behoben
  934. - alignment von struct-members sollte wieder passen
  935. - unsigned char/short->fp mit FPU korrigiert (cga68k)
  936. - ein labeled-statement enthaelt das nachfolgende statement
  937. - _main aus mieee.lib oeffnet die Libraries nun in der richtigen
  938.   Reihenfolge (autsch) (cla68k)
  939. - Test auf am->Register in get_reg() eingebaut
  940. - Fehler bei Kopierschleife behoben
  941. - allocreg zaehlt bei Nutzung von erweiterten Adressierungsarten als
  942.   zerstoerend; sollte damit jetzt halbwegs stabil sein; allerdings duerften
  943.   noch internal errors, die aber wohl nichts mehr bedeuten, drin sein
  944. - allocreg/freereg von Registervariablen wird aus Code entfernt und internal
  945.   errors sind beseitig; sollte nur Effekt haben, wenn Returnregister als
  946.   Registervariable verwendet wird
  947. - bei initialisierten Unionen werden jetzt auch die uebrigen Werte aufgefuellt
  948. - bei initialisierten auto Strukturen und Unionen duerfen auch Strukturen/
  949.   Unionen gleichen Typs angegeben werden
  950. - die Kopierroutinen sollten jetzt in (fast?) allen Faellen korrekt
  951.   funktionieren und teilweise auch schneller sein
  952. - Fehler mit auto arrays der Form a[]=... behoben; der Offset wurde nicht
  953.   hochgezaehlt
  954. - difftime in der Math Library (cla68k)
  955. - einige ueble Fehler aus dem frontend fuer amiga68k entfernt (vca68k)
  956. - unbenannte Bitfelder werden bei Initialisierungen jetzt uebergangen
  957. - strengere Pruefung bei Zuweisungen zwischen Zeigern mit verschiedenen
  958.   Qualifiern
  959. - Funktionsdefinitionen nach altem Stil erzeugen keinen Prototype mehr
  960. - float Parameter in alten Funktionsdefinitionen werden korrekt behandelt
  961. - diverse Aenderungen bei der Belegung von Registervariablen; gibt jetzt
  962.   Register etwas leichter her
  963.  
  964.  
  965. Aenderungen seit V0.2h
  966.  
  967. - Fehler beim Kommaoperator behoben und Meldung bei fehlenden sidefx
  968. - Konvertierungsroutinen fuer target data types geaendert
  969. - Routinen fuer Fehler/Warnungen akzeptieren jetzt beliebige Parameterlisten
  970. - Initialisierungen wie (cast)&var werden erlaubt (evtl. Probleme, wenn
  971.   verschiedene Pointer existieren)
  972. - die Adresse eines Arrays kann jetzt ermittelt werden
  973. - Ueberpruefung der Gleichheit von Typen verbessert
  974. - Registerbelegung bei return verbessert
  975. - ueberfluessige Warnung bei nicht initialisierter const extern Variable
  976.   entfernt
  977. - Franks div/mod in vc.lib eingebaut (cla68k)
  978. - Fliesskomma-returnwerte nur noch in fp0, wenn fuer fpu generiert wird (cga68k)
  979. - Stringkonstanten sind nicht mehr const char[] sondern char[]
  980. - vc versteht nun -l Option (vca68k)
  981. - printf/scanf durch leicht veraenderte Versionen aus libnix ersetzt (cla68k)
  982. - Anfang einer Mathelibrary fuer 68881 (cla68k)
  983. - (hoffentlich) korrekte floating point->integer Rundung bei FPU (cga68k)
  984.  
  985.  
  986. Aenderungen seit V0.2g
  987.  
  988. - Fehler bei Registerbelegung in totem Code behoben
  989. - Fehler bei Registerbelegung in switch-statements behoben
  990. - boeser Fehler bei Variablen mit nicht-Register-return-values behoben
  991. - vc.lib: Ctrl-C wird erkannt (manchmal) (cla68k)
  992. - vc.lib: malloc() verbessert (cla68k)
  993. - vc.lib: limits.h korrigiert (cla68k)
  994. - vc.lib: time.h und time-Funktionen eingebaut (cla68k)
  995. - keine Warnung mehr bei const typedefs
  996. - Warnung bei Initialisierung von typedefs
  997. - verschiedene Aenderungen bei der Behandlung von storage-classes
  998. - globale static Variablen werden jetzt nicht mehr exportiert
  999. - storage-classes in Prototypen werden beachtet
  1000. - const Variablen werden nicht mehr als Konstanten behandelt (war fehlerhaft)
  1001. - Fehler in union atyps behoben (vuchar war zchar statt zuchar, argh!)
  1002. - string concatenation eingebaut
  1003. - Umwandlung unsigned->floating point mit FPU korrigiert (cga68k)
  1004. - Vergleiche bei unsigned werden jetzt korrekt behandelt (cga68k)
  1005. - bessere Behandlung von Funktionsprototypen
  1006. - Zuweisungen zwischen Funktions- und Datenzeigern sind nicht mehr erlaubt
  1007.  
  1008.  
  1009. Aenderungen seit V0.2f
  1010.  
  1011. - -snma entfernt (cga68k)
  1012. - einige Vereinfachungen im Codegenerator wegen reg/freg-Benutzung (cga68k)
  1013. - Entfernung einiger alter Codefragmente im Codegenerator (cga68k)
  1014. - Abfrage bei malloc() eingebaut
  1015. - einige Fehler bei der IC-Generierung im Zusammenhang mit Registerbelegung
  1016.   behoben
  1017. - Fehlerbehandlung verbessert; nach -maxerror=n (default 10) Fehlern
  1018.   wird Uebersetzung abgebrochen (bei 0 wird nicht abgebrochen)
  1019. - -ansi unterdrueckt unwichtige Warnungen und Warnungen mit ANSI-Verletzung
  1020.   werden als Fehler behandelt
  1021. - Flags loeschen jetzt durch &=~
  1022. - Zuweisungen von Arrays werden korrekt(er) behandelt (cga68k)
  1023. - Zuweisungen von groesseren Typen geaendert, muss aber noch optimiert
  1024.   werden. (cga68k)
  1025. - falscher Returncode in alg_opt() korrigiert
  1026. - Behandlung von const-Konstanten korrigiert
  1027. - Meldung, wenn main() nicht int ist
  1028. - arithmetik mit void * nicht mehr erlaubt
  1029. - casting nach void erlaubt
  1030.  
  1031.  
  1032. Aenderungen seit V0.2e
  1033.  
  1034. - Nutzung von 680x0-Adressierungsarten eingebaut (cga68k)
  1035. - Schreibweise displ(ax) durch (displ,ax) ersetzt (cga68k)
  1036. - Nutzung von reg/freg; dadurch kein zusaetzlicher Pass noetig (cga68k)
  1037.  
  1038.  
  1039. Aenderungen seit V0.2d
  1040.  
  1041. - Typpruefung bei Zuweisungen verbessert und nun auch bei Initialisierungen
  1042. - freed free Register teilweise behoben (?)
  1043. - Deklarationen von Prototypen ohne Typ werden bemaekelt
  1044. - Abhanegigkeit in eigenen Include-Dateien behoben
  1045. - Fehler bei arithmetischen Operationen behoben (cga68k)
  1046. - falsche Fehlermeldung bei unsigned Typ als Schleifenbedingung
  1047. - / und % wird nun auch mit 68000 unterstuetzt (wenn auch ineffizient) (cga68k)
  1048. - Fehler bei ADDI2P und SUBIFP behoben
  1049. - Fehler (mit DREFOBJ) bei Zusammenfassung op x,y->reg;move reg->z behoben
  1050. - Optionen, die einen Parameter benoetigen, muessen jetzt -opt=parameter
  1051.   geschrieben werden, also z.B. vbcc -cpu=68020 file.c
  1052.   (das war noetig, um das Frontend und Wildcards zu vereinfachen)
  1053. - enumerations eingebaut; noch einfach ohne grosse Tests, Tags werden ignoriert
  1054. - arithmetische const Typen werden in Ausdruecken als Konstanten behandelt
  1055.  
  1056.  
  1057. Aenderungen seit V0.2c
  1058.  
  1059. - -noa4 Option hinzugekommen (cga68k)
  1060. - Fehler beim Vertauschen von COMPARE-Argumenten und mustrepeat behoben (cga68k)
  1061. - Fehler bei vorzeitiger Registerfreigabe bei POSTINC/POSTDEC behoben
  1062. - Fehler bei mehreren Variablendeklarationen mit Funktionen behoben
  1063. - Fehler bei dc float|double behoben (cga68k)
  1064. - Fehler bei sections und dc/ds behoben (cga68k)
  1065. - Fehler bei Rechnungen mit FP-Registern behoben (cga68k)
  1066. - diverse Fehler bei a op= b behoben
  1067. - jetzt hoffentlich immer korrekte Verwendung von lsl/lsr/asr (cga68k)
  1068. - vbcc hat sich endlich erfolgreich selbst kompiliert
  1069. - Fliesskommakonstanten eingebaut; Berechnung aber noch zu ungenau
  1070. - Deklaration fuer Bitfields eingebaut; werden aber noch als Integers behandelt
  1071. - Fehler bei interner Verarbeitung von Fliesskommazahlen behoben
  1072. - Deklarationen der Form unsigned a; extern a; etc. werden zugelassen
  1073. - Anfaenge einer eigenen C-Library
  1074.  
  1075.  
  1076. Volker (volker@vb.franken.de)
  1077.  
  1078.